/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../webfonts/texgyreadventor-regular-webfont.eot');
    src: url('../webfonts/texgyreadventor-regular-webfont-1.eot') format('embedded-opentype'),
         url('../webfonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../webfonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../webfonts/texgyreadventor-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventorbold';
    src: url('../webfonts/texgyreadventor-bold-webfont.eot');
    src: url('../webfonts/texgyreadventor-bold-webfont-1.eot') format('embedded-opentype'),
         url('../webfonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../webfonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../webfonts/texgyreadventor-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventorbold_italic';
    src: url('../webfonts/texgyreadventor-bolditalic-webfont.eot');
    src: url('../webfonts/texgyreadventor-bolditalic-webfont-1.eot') format('embedded-opentype'),
         url('../webfonts/texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('../webfonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('../webfonts/texgyreadventor-bolditalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-text-size-adjust: none;
    font-size: 12px;
    font-family: 'texgyreadventorregular';
    line-height: 2.215766em;
    color: #215766;
}

strong {
    font-family: 'texgyreadventorbold';
}

h1{
    font-family: 'texgyreadventorbold';
    font-size: 2.5em;
}

h2{
    font-family: 'texgyreadventorbold';
    font-size: 1.4em;
}

a {
    color: inherit;
    text-decoration: none;
}

a.hoverMargin:hover{
    margin-left: 5px;
    color: #3A98B2;
}

.hoverMargin {
    font-size: 1.3em;
}

img.align-left {
    margin: 0px 15px 15px 0px;
    float: left;
}
img.align-right {
    margin: 0px 0px 15px 15px;
    float: right;
}

.line {
    height: 1px;
    margin-top: 15px;
    background-color: rgb(220,220,220);
    margin-bottom: 15px;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}
.clear{
    clear:both;
}

.last {
    margin-right: 0 !important;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}
div._thecont a {
    text-decoration: underline;
}
div._title {
    background: #215766;
    color: #fff;
}
div._title span,
div._title h2 {
    line-height: 25px;
    margin: 0px;
    padding: 8px 10px;
}
.floatRight {
    float: right;
}
.floatLeft {
    float: left;
}
.header-container {
    background-color: rgb(86,165,186);
    color: white;
    height: 67px;
    border-bottom: solid 3px #215766;
}

.title {
    float: left;
    margin-top: 18px;
    font-size: 2.3em;
    width: 30%;
}

.breadcrumb a {
    text-decoration: none;
}

header nav#respMenu {
    float: right;
    /*width: 70%;*/
    text-align: right;
    /*margin-right: -20px;*/
}

header nav#respMenu ul li {
    color: white;
    font-size: 12px;
    text-decoration: none;
    padding-left: 13px;
    padding-right: 13px;
    height: 67px;
    display: block;
    float: left;
    margin-top: -12px;
    line-height: 70px;
    font-family: 'texgyreadventorbold';
    border-bottom: solid 3px #215766 ;
}

header nav#respMenu ul li:hover{
    background-color: #a0cad6;
    color: #215766;
}
 
header nav#respMenu ul .active {
    background-color: white;
    color: #215766;
    height: 67px;
    border-bottom: solid 3px;
}

header nav#respMenu ul li ul {
    position: absolute;
    width: 175px;
    background-color: white;
    margin-left: -12px;
    margin-top: 0px;
    display: none;
    z-index: 999;
}   

header nav#respMenu ul li ul li{
    display: block;
    border-bottom: solid 1px rgb(245,245,245);
    display: block;
    padding: 0;
    margin: 0;
    background-color: white;
    color: #215766;
    line-height: 30px;
    height: 30px;
    position: relative;
    margin-left: -40px;
    padding-left: 15px;
    width: 200px;
    text-align: left;
}

header nav#respMenu ul li ul li:hover {
    height: 30px;
    border-bottom: solid 1px #215766;
}

header nav#respMenu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

header nav#respMenu a {
    display: block;
}

.subNav {
    top: 70px;
    margin-left: 328px;
    width: 600px;
    height: 100px;
    position: absolute;
    padding: 14px;
    display: none;
}


.slider-container {
    background-color: rgb(245,245,245);
    color: white;
    border-bottom: 4px solid #e9e9e9;
    min-height: 280px;
}

.slider-container h1 {
    font-size: 2.5em;
}

.slider-container .poppetje {
    height: 375px;
}

.main-container {
}

.main-container section {
    margin-bottom: 30px;
}


.footer-container {
}


    .wrapper {
        width: 980px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

.fontYellow {
    color: #fec424;
}

.fontDark {
    color: #215766;
}

.regFont {
    font-family: 'texgyreadventorregular';
}

.linkArrow {
    margin-right: 10px; 
    margin-left: 5px;
}

.mrgLeft20 {
    margin-left: 20px;
}

.circleHome {
    color: white;
    background-color: rgb(77,147,166);
    font-size: 60px;
    padding: 27px;
    text-align: center;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    float: left;
    margin-bottom: 25px;
    margin-right: 23px;
    border: 3px solid white;
}

.circleHome:hover {
}

.secondFooter {
    background-color: rgb(118,187,207);
    font-size: 0.9em;
    border-top: 3px solid #215766;
    border-bottom: 4px solid #e9e9e9;
    color: white;
}

.secondFooter strong {
}

.footerColumn {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.footerColumn.bordered {
    width: 215px; 
    line-height: 1.4em; 
    border: solid 1px white; 
    margin-right: 0; 
    border-radius: 10px; 
    padding: 10px;
}


.uitgezocht-container {
    margin-top: 20px;
}

.uitgezocht-titel {
    font-size: 1.5em;
    color: #215766;
    margin-bottom: 20px;
    font-family: 'texgyreadventorbold';
}

.uitgezocht-fifth {
    width: 143px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
    border: solid 1px #215766;
    float: left;
    background-color: white;
    text-align: center;
    border-radius: 10px;
}

.uitgezocht-prijs {
    font-size: 3em;
    font-family: 'texgyreadventorbold';
}

.uitgezocht-circle {
    width: 90px;
    height: 45px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 15px;
    background-size: cover;
}

.uitgezocht-button {
    background-color: #fc9025;
    font-family: 'texgyreadventorbold';
    color: white;
    font-size: 1.0em;
    padding: 3px 10px;
    margin: 0 auto;
    margin-top: 5px;
    border-bottom: solid 3px #975612;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
}

.uitgezocht-button:hover {
    background-color: #fca542;
    border-bottom: solid 3px #fc9025;
}

div.slider-container .wrapper .circleSub {
    margin-top: 20px;
}
.circleSub {
    color: white;
    background-color: rgb(86,165,186);
    font-size: 50px;
    padding: 27px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    float: left;
    margin-top: -10px;
    margin-bottom: 20px;
    margin-right: 23px;
    cursor: pointer;
}

.iconLinks {
    float: left;
}

.kleinIcon {
    color: white;
    background-color: rgb(86,165,186);
    font-size: 50px;
    padding: 20px;
    text-align: center;
    height: 30px;
    width: 30px;
    border-radius: 40px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 23px;
    cursor: pointer;
}

.kleinIcon img {
    height: 35px;
    width: 35px;
    margin-left: -2px;
    margin-top: -10px;
}


.circleSub:hover {
;
}

.circleSub img {
    height: 45px;
    width: 45px;
}

.pijl {
    width: 200px;
    height: 140px;
    position: absolute;
    margin-left: -230px;
    margin-top: 10px;
}

.pijl2 {
    width: 200px;
    height: 140px;
    position: absolute;
    margin-left: -230px;
    margin-top: -180px;
}

.iconBar2 {
    border-color: #459ba8;
    margin-top: -20px;
}

.backColor1 {
    background-color: #459ba8;
}
.backColor5 {
    background-color: #79c267;
}
.backColor6 {
    background-color: #c5d647;
}
.backColor7 {
    background-color: #e2c94f;
}
.backColor2 {
    background-color: #f28c33;
}
.backColor4 {
    background-color: #e868a2;
}
.backColor3 {
    background-color: #bf62a6;
}

.footerSocialMedia {
    font-size: 40px !important;
    margin-left: 90px;
}

.footerSocialMedia i {
    margin-left: 5px;
}

.groot {
    text-transform: uppercase;
}

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }

#kompara {
    border: none !important;
}

#kompara .komparu-header {
    display: none !important;
}

#kompara  .komparu-footer {
    display: none !important;
}

/** **/
div.readMoreAbout {
    float: left; 
    width: 700px; 
    padding: 20px; 
    background-color: rgb(245,245,245); 
    margin-right: 30px;
}
div.saveMore {
    float: left; 
    width: 170px; 
    padding: 20px; 
    background-color: rgb(245,245,245);
}

form.rent_a_car {
    background: rgb(118,187,207);
    padding: 20px;
    margin: 20px 0px;
}
    form.rent_a_car div.form-group {
        width: 23%;
        float: left;
        padding: 0px 1%;
    }
    form.rent_a_car label {
        display: block;
    }
    form.rent_a_car input[type="text"] {
        width: 90%;
        height: 30px;
        line-height: 30px;
        padding: 0px 5px;
    }
    form.rent_a_car input[type="submit"] {
        background: #f28c33;
        color: #fff;
        height: 33px;
        line-height: 33px;
        text-align: center;
        border: 0px;
        cursor: pointer;
        padding: 0px 15px;
        font-size: 16px;
        margin-top: 26px;
    }

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.noRight {
    margin-right: 0 !important;
}


.contact input[type=tel], 
.contact input[type=email], 
.contact input[type=text], 
.contact textarea {
    border: solid 1px rgb(230,230,230);
    padding: 1%;
    background-color: white;
    border-radius: 0px;
    width: 98%;
    margin-bottom: 15px;
    font-size: 16px;
}

.contact input[type=submit]{
    border: none;
    border-radius: 0px;
    padding: 10px 20px;
    margin: 0px 0px 20px 0px;
    font-size: 20px;
    background-color: #76BBCF;
    color: white;
}

.contact input[type=submit]:hover{
    background-color: #56A5BA;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.nieuwsbericht a {
 text-decoration: underline;
}

table.ticketTable {
    background: rgba(0,0,0,0.8);
    border-radius: 5px;
    /*margin-top: 40px;*/
}
div.companyContainer {
    background: rgba(0,0,0,0.8);
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
}
table.ticketTable tr.smallSpacer { height: 5px; }
table.ticketTable tr.spacer { height: 15px; }
.ticketTable input {
    width: 85%;
}
.ticketTable input[type="text"] {
    height: 25px;
    padding: 0px 10px;
    border-radius: 4px;
    border: 1px solid #215766;
    font-size: 13px;
}
.ticketTable td {
    position: relative;
    padding: 0px 10px;
    color: #fff;
    font-size: 14px;
}
.ticketsPage input[type="submit"] {
    height: 35px;
    background: #f28c33;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    border-color: transparent;
    border-radius: 4px;
    margin-top: 22px;
    padding: 0px 8px;
    min-width: 85px; /* Safari bugfix */
    outline: none;
}
.ticketsPage input[type="submit"]:hover {
    background: #30B236;
    -webkit-transition: all 0.6s ease;
    -moz-transition:    all 0.6s ease;
    -o-transition:      all 0.6s ease;
}
div#ticket_companies {
    margin: 0px;
    display: none;
}
div#ticket_companies div.company {
    /*background: rgba(0,0,0,0.8);*/
    padding: 0px;
    padding-bottom: 5px;
    float: left;
    margin: 0px 56px 0px 0px;
    border-radius: 4px;
}
div#ticket_companies div.company a {
    outline: none;
}
div#ticket_companies div.company.last {
    margin-right: 0px;
}
div#ticket_companies div.company div {
    text-align: center;
    width: 20%;
    margin: 0px auto;
    border-radius: 50%;
}

iframe{ border: 1px solid #cce4eb; }
iframe.hide { display: none; }
div.clear { clear: both; }
.slider    { overflow:hidden; position:relative; }
.slider ul { margin:0; padding:0; }
.slider li { float:left; margin:0 5px 0 0; list-style:none; }
.slider ul { width:100%; }
div.controls {
    position: relative;
    width: 1000px;
    margin: 0px auto;
}
div#frameSlider {
    height: 100px;
    overflow: hidden;
    width: 1000px;
    margin: 0px auto;
}
div#frameSlider > ul > li {
    margin-right: 50px;
}
div#frameSlider > ul > li > a {
    outline: none;
}
div#frameSlider > ul > li > a > img {
    width: 100px;
}
div.controls a.prev-page {
    text-decoration: none;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
        left: -60px;
        top: -60px;
}
div.controls a.next-page {
    text-decoration: none;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
        right: -60px;
        top: -60px;
}
div.company img {
    border-radius: 4px;
    width: 115px;
}
div.company input[type="checkbox"] {
}
div.company > div {
    background: rgba(0,0,0,0.9);
    border-radius: 2px;
    border: 1px solid #333;
    cursor: pointer;
    display: none;
}
div.company {
    position: relative;
}
div.company > a > img {
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
div.company > img {
    width: 22px;
    height: 21px;
    cursor: pointer;
    position: absolute;
        right: 41%;
        bottom: 14px;
}
div.company.checked > img.isInActive,
div.company > img.isActive {
    display: none;
}
div.company.checked > img.isActive {
    display: block;
}
div.company.checked > a > img {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}
div#ticket_companies div.company.first {
  clear: both;
  margin-left: 9%;
}
div.company.checked > div {
    -webkit-transition: all 0.6s ease;
    -moz-transition:    all 0.6s ease;
    -o-transition:      all 0.6s ease;
    /*background: #f28c33;*/
    border: 1px solid #C04915;
}
html,body { height: 100%;}
div.ticketsPage {
    height: 90.7%;
    min-height: 650px;
    background: url('../img/ticket_vergelijker/bg.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}
div.ticketsPage h1 {
    color: #fff;
    padding: 70px 0px 60px;
    text-align: center;
    margin-top: 0px;
    display: block;
    font-size: 45px;
    text-shadow: 0px 0px 3px #000;
}
div.ticketsPage h2 {
    color: #fff;
    font-size: 20px;
    background: rgba(255,255,255,0.3);
    padding: 14px 15px;
    border-radius: 5px;
}
body.compareTickets {
    text-align: center;
}
input[type="submit"].secondSub {
    margin-top: 15px;
    padding: 15px 60px 35px 60px;
    font-size: 20px;
    margin-left: 31%;
    background: #30B236;
    margin-bottom: 10px;
}
input[type="submit"].secondSub:hover {
    background: #f28c33;
}
div.ticketsPage input[type="text"].error-field { border: 1px solid red; outline: none; }
div.loadingOverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 999999999;
}
div.goToC {
    background: rgba(0,0,0,0.7);
    width: 170px;
    text-align: center;
    border-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    position: absolute;
        left: 43%;
        bottom: 0px;
}
div.goToC a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    padding: 5px 0px;
    outline: none;
}
a#moreFilters {
    outline: none;
}
tr.sSpacer{ height: 8px; }
tr.multiFlight,
tr.moreFilters {
    display: none;
}
div.singleFlight {
    position: absolute;
    right: 98px;
    top: 0px;
}
div.singleFlight input {
    width: 20px;
}
input#submitIt {
    width: 100%;
}
body.compareTickets h1 {
    margin-bottom: 4px;
    font-size: 24px;
}
a#toggleFrameholder {
    position: absolute;
    top: 197px;
    right: 20px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 3px 10px;
    cursor: pointer;
    z-index: 3;
}
div.frameholder { 
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    margin-top: 196px;
    margin-bottom: 6px;
    margin-right: 2px;
}
div.closeable {
    height: 196px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index:2;
}

iframe.camperFrame {
    width: 100%;
    height: 800px;
    border: 0px;
}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}